home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2382 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga Memory Map Needed!!!
  5. Date: 30 Jan 1996 18:48:01 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4elp51$8vn@sunsystem5.informatik.tu-muenchen.de>
  9. References: <310495eb@gauss.demon.co.uk> <1109oaw60.alamito@marketgraph.xs4all.nl> <4eisdt$dkn@sunsystem5.informatik.tu-muenchen.de> <4ejjom$na7@serpens.rhein.de>
  10. NNTP-Posting-Host: hphalle7c.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle7c.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <4ejjom$na7@serpens.rhein.de>, mlelstv@serpens.rhein.de (Michael van Elst) writes:
  15. |> fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer) writes:
  16.  
  17. |> >Same question goes for other libs:
  18. |> 
  19. |> >if I open a lib each time I call a function of it (for example gfx.library),
  20. |> >will this puzzle up something, i.e is my task to do all lib calls
  21. |> >with one lib-handle ?
  22. |> 
  23. |> It isn't. If you insist to open and close a library that often you just add
  24.  
  25. The oposite question came to me programming createproc(). Is the task
  26. I created allowed to use libhandles my main task got ? windowhandles ? etc ?
  27.  
  28. |> Another question is what happens if one task openes a library several times
  29. |> without closing it. Some libraries will return different bases everytime
  30. |> they are opened, so you have to be careful. Best is to avoid to open a library
  31. you mean careful in the sense of storing each individual given ptr to
  32. use close on it ?
  33. |> several times within a task.
  34.  
  35. The reason why I want to do multi-open is I want to have independent
  36. software modules that do their work (output to shell or whatever)
  37. without the main code having to do anything for it. But main still
  38. could also make use of the libs, so 2 or more times opening lib in
  39. same task.
  40.  
  41.  
  42. |> 
  43. |> BTW, why don't you read the RKRMs ? They do answer your questions.
  44.  
  45. mhm, I only got autodocs. is it described there ?
  46.  
  47. |> 
  48. |> -- 
  49. |>                                 Michael van Elst
  50. |> 
  51. |> Internet: mlelstv@serpens.rhein.de
  52. |>                                 "A potential Snark may lurk in every tree."
  53. ------------------------------------------------------------------------
  54.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  55.  
  56.